.wideslider {
	width: 100%;
	height: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.wideslider ul {
	display: inline-block;
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	position: relative;
}
.wideslider ul li span {
	position: absolute;
	background: #c9171e;
	padding: 10px 30px 50px;
	width: 1140px;
	bottom: 0;
	color: #FFF;
	font-size: 88%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 999;
	display: none;
	text-align: right;
}
.wideslider .wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider .wideslider_base .wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.wideslider .wideslider_base .slider_prev {
	position: absolute;
	background: #000 url("wideslider_res/toparrow_from_left.png") no-repeat right center;
	top: 0;
	overflow: hidden;
	z-index: 100;
	cursor: pointer;
}
.wideslider .wideslider_base .slider_prev span {
	display: none;
}
.wideslider .wideslider_base .slider_next {
	position: absolute;
	background: #000 url("wideslider_res/toparrow_from_right.png") no-repeat left center;
	top: 0;
	overflow: hidden;
	z-index: 100;
	cursor: pointer;
}
.wideslider .wideslider_base .slider_next span {
	display: none;
}
.wideslider .pageination {
	display: none;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.wideslider .pageination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.wideslider .pageination a:active {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	border: 1px solid #000;
}

.block_menu .contDiv{
	position: relative;
}
.block_menu ul{
	width: 1056px;
    background: url("wideslider_res/index_navi_bk.jpg");
    height: 100px;
    position: absolute;
    top: -42px;
    left: 72px;
    z-index: 999;
}
.block_menu{
	margin-bottom: 50px;
}
.block_menu li{
	width: 116px;
    float: left;
    display: inline;
    text-align: center;
    color: #333333;
    padding-top: 29px;
    font-size: 88%;
    position: relative;
	border-right: 1px solid #999999;
}
.block_menu li.last{
	border-right: 0px;
}
.block_menu a{
    color: #333333;
    text-decoration: none;
    font-size: 14px;
}